Skip to content

refactor : 회원 복구에 따른 회원가입 절차 수정(#136)#138

Merged
myqewr merged 2 commits intodevelopfrom
refactor/#136
Jun 25, 2025
Merged

refactor : 회원 복구에 따른 회원가입 절차 수정(#136)#138
myqewr merged 2 commits intodevelopfrom
refactor/#136

Conversation

@myqewr
Copy link
Member

@myqewr myqewr commented Jun 24, 2025

🌱 관련 이슈

📌 작업 내용 및 특이사항

  • 이메일 중복 확인 : 삭제되지 않은 email에 한해서 조회하는 것으로 변경
  • 이메일 인증 코드 검증 시, 해당 계정이 복구 가능한지 아닌지 나타내는 필드를 응답값에 추가
  • 일반 회원 가입 시, 탈퇴된 계정에 대해 복구 없이 재가입 하는 경우, 이미 존재하는 soft delete된 계정을 즉시 삭제
  • 일반 회원 가입 시, 가입 완료 후 email 검증 로그 즉시 삭제 추가

🔍 참고사항

📚 기타

@myqewr myqewr self-assigned this Jun 24, 2025
@myqewr myqewr added the 🚀 refactor 기능 개선 label Jun 24, 2025
@myqewr myqewr requested a review from hisonghy June 24, 2025 16:22
@hisonghy
Copy link
Member

hisonghy commented Jun 25, 2025

고생하셨습니다 👍
PR 제목만 수정부탁드려요!

@myqewr myqewr changed the title Refactor/#136 refactor : 회원 복구에 따른 회원가입 절차 수정(#136) Jun 25, 2025
@myqewr myqewr merged commit dfd83e3 into develop Jun 25, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🚀 refactor 기능 개선

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🚀️ 회원 가입 과정 리팩토링

2 participants